home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / converter / pbm with gui / man / pnmtoddif.man < prev    next >
Encoding:
Text File  |  1996-07-16  |  2.1 KB  |  67 lines

  1.  
  2.  
  3.  
  4.      pnmtoddif(1)                  AMIGA                  pnmtoddif(1)
  5.  
  6.  
  7.  
  8.      Name
  9.           pnmtoddif - Convert a portable anymap to DDIF format
  10.  
  11.      Syntax
  12.           pnmtoddif pnmtoddif [-resolution x y] [pnmfile [ddiffile]]
  13.  
  14.      OPTIONS
  15.           resolution x y The horizontal and vertical resolution of the
  16.                          output image in dots per inch. Defaults to 78
  17.                          dpi.
  18.  
  19.           pnmfile        The filename for the image file in pnm
  20.                          format.  If this argument is omitted, input
  21.                          is read from stdin.
  22.  
  23.           ddiffile       The filename for the image file to be created
  24.                          in DDIF format.  If this argument is omitted,
  25.                          the ddiffile is written to standard output.
  26.                          It can only specified if a pnmfile is also
  27.                          specified.
  28.  
  29.      DESCRIPTION
  30.           pnmtoddif takes a portable anymap from standard input and
  31.           converts it into a DDIF image file on standard output or the
  32.           specified DDIF file.
  33.  
  34.           pbm format (bitmap) data is written as 1 bit DDIF, pgm
  35.           format data (greyscale) as 8 bit greyscale DDIF, and ppm
  36.           format data is written as 8,8,8 bit color DDIF. All DDIF
  37.           image files are written as uncompressed. The data plane
  38.           organization is interleaved by pixel.
  39.  
  40.           In addition to the number of pixels in the width and height
  41.           dimension, DDIF images also carry information about the size
  42.           that the image should have, that is, the physical space that
  43.           a pixel occupies. PBMPLUS images do not carry this
  44.           information, hence it has to be externally supplied.  The
  45.           default of 78 dpi has the beneficial property of not causing
  46.           a resize on most Digital Equipment Corporation color
  47.           monitors.
  48.  
  49.      AUTHOR
  50.           Burkhard Neidecker-Lutz
  51.           Digital Equipment Corporation, CEC Karlsruhe
  52.           neideck@nestvx.enet.dec.com
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                           (printed 3/1/94)
  64.  
  65.  
  66.  
  67.